projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bad48
)
(hs-minor-mode-map): Use mouse-2, not button-2, when binding
author
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Jun 2001 11:50:16 +0000
(11:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Jun 2001 11:50:16 +0000
(11:50 +0000)
hs-mouse-toggle-hiding.
lisp/progmodes/hideshow.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/hideshow.el
b/lisp/progmodes/hideshow.el
index 397d3a69a45892062cc19379b995678903500436..b29df2828e759cdfb2c8ce451ef329f1a5809e65 100644
(file)
--- a/
lisp/progmodes/hideshow.el
+++ b/
lisp/progmodes/hideshow.el
@@
-869,7
+869,7
@@
Key bindings:
["Show All" hs-show-all "\C-c@\C-\M-s"]
["Hide Level" hs-hide-level "\C-c@\C-l"]
["Toggle Hiding" hs-toggle-hiding "\C-c@\C-c"]
- [nil hs-mouse-toggle-hiding [(shift
button
2)]]
+ [nil hs-mouse-toggle-hiding [(shift
mouse-
2)]]
)))))
;; some housekeeping